home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMABOUTROSOFT / TFORMABOUTROSOFT.txt < prev   
Encoding:
Text File  |  2003-11-07  |  4.0 KB  |  179 lines

  1. object FormAboutRosoft: TFormAboutRosoft
  2.   Left = 356
  3.   Top = 151
  4.   HelpContext = 8000
  5.   BorderStyle = bsNone
  6.   Caption = 'About Rosoft'
  7.   ClientHeight = 299
  8.   ClientWidth = 515
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PrintScale = poNone
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 515
  26.     Height = 299
  27.     Align = alClient
  28.     BevelWidth = 6
  29.     TabOrder = 0
  30.     object Image: TImage
  31.       Left = 6
  32.       Top = 6
  33.       Width = 503
  34.       Height = 287
  35.       Align = alClient
  36.       Picture.Data = {<image000.bmp>}
  37.       Stretch = True
  38.     end
  39.     object lblProgram: TLabel
  40.       Left = 3
  41.       Top = 13
  42.       Width = 240
  43.       Height = 42
  44.       Alignment = taCenter
  45.       Caption = 'Program Name'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clLime
  48.       Font.Height = -37
  49.       Font.Name = 'Times New Roman'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       Transparent = True
  53.     end
  54.     object lblEdition: TLabel
  55.       Left = 3
  56.       Top = 56
  57.       Width = 64
  58.       Height = 24
  59.       Alignment = taCenter
  60.       Caption = 'Eidtion'
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clLime
  63.       Font.Height = -21
  64.       Font.Name = 'Times New Roman'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.       Transparent = True
  68.     end
  69.     object lblVersion: TLabel
  70.       Left = 3
  71.       Top = 88
  72.       Width = 52
  73.       Height = 19
  74.       Alignment = taCenter
  75.       Caption = 'Version'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clLime
  78.       Font.Height = -16
  79.       Font.Name = 'Times New Roman'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.       Transparent = True
  83.     end
  84.     object lblCopyright: TLabel
  85.       Left = 3
  86.       Top = 131
  87.       Width = 67
  88.       Height = 19
  89.       Alignment = taCenter
  90.       Caption = 'Copyright'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clLime
  93.       Font.Height = -16
  94.       Font.Name = 'Times New Roman'
  95.       Font.Style = [fsBold, fsItalic]
  96.       ParentFont = False
  97.       Transparent = True
  98.     end
  99.     object lblFhGText: TLabel
  100.       Left = 3
  101.       Top = 168
  102.       Width = 66
  103.       Height = 38
  104.       Alignment = taCenter
  105.       Caption = 'Fraunhofer text'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clLime
  108.       Font.Height = -16
  109.       Font.Name = 'Times New Roman'
  110.       Font.Style = []
  111.       ParentFont = False
  112.       Transparent = True
  113.       WordWrap = True
  114.     end
  115.     object RSButton4: TRSButton
  116.       Left = 390
  117.       Top = 264
  118.       Width = 88
  119.       Height = 26
  120.       Picture.Data = {<image001.bmp>}
  121.       Transparent = True
  122.       OnClick = RSButton4Click
  123.     end
  124.     object pbHomepage: TRSButton
  125.       Left = 290
  126.       Top = 264
  127.       Width = 88
  128.       Height = 25
  129.       Picture.Data = {<image002.bmp>}
  130.       Transparent = True
  131.       OnClick = pbHomepageClick
  132.     end
  133.     object pbEmail: TRSButton
  134.       Left = 194
  135.       Top = 264
  136.       Width = 88
  137.       Height = 26
  138.       Picture.Data = {<image003.bmp>}
  139.       Transparent = True
  140.       OnClick = pbEmailClick
  141.     end
  142.     object pbRegister: TRSButton
  143.       Left = 98
  144.       Top = 264
  145.       Width = 88
  146.       Height = 26
  147.       Picture.Data = {<image004.bmp>}
  148.       Transparent = True
  149.       OnClick = pbRegisterClick
  150.     end
  151.     object lblSponsored: TLabel
  152.       Left = 3
  153.       Top = 216
  154.       Width = 203
  155.       Height = 19
  156.       Alignment = taCenter
  157.       Caption = 'Please visit our sponsors here.'
  158.       DragCursor = crHandPoint
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clLime
  161.       Font.Height = -16
  162.       Font.Name = 'Times New Roman'
  163.       Font.Style = [fsBold]
  164.       ParentFont = False
  165.       Transparent = True
  166.       Visible = False
  167.       OnClick = pbRegisterClick
  168.     end
  169.     object pbCredits: TRSButton
  170.       Left = 66
  171.       Top = 208
  172.       Width = 401
  173.       Height = 33
  174.       Center = True
  175.       OnClick = pbCreditsClick
  176.     end
  177.   end
  178. end
  179.